color codes Logo

#01cfef color codes

#01CFEF
(1,207,239)
0 Favorites   0 Comments

Color spaces of #01cfef

RGB 1207239
HSL0.520.990.47
HSV188°100°94°
CMYK 1.000.130.00   0.06
XYZ37.905350.864189.4813
Yxy50.86410.21270.2854
Hunter Lab71.3191-29.9376-24.4655
CIE-Lab76.5966-31.0872-27.6864

#01cfef color RGB value is (1,207,239).

#01cfef hex color red value is 1, green value is 207 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #01cfef hue: 0.52 , saturation: 0.99 and the lightness value of 01cfef is 0.47.

The process color (four color CMYK) of #01cfef color code is 1.00, 0.13, 0.00, 0.06. Web safe color of #01cfef is #00ccff. Color #01cfef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 11001111 11101111
Octal 1 317 357
Decimal 1 207 239
Hex 1 CF EF

RGB Percentages of Color #01cfef

%0.22
%46.31
%53.47

CMYK Percentages of Color #01cfef

%100
%13
%0
%6

Triadic Colors of #01cfef

#01cfef #ef01cf #cfef01

Analogous Colors of #01cfef

#01cfef #0158ef #01ef98

Monochromatic Colors of #01cfef

#01cfef

Complementary Color

#01cfef #ef2101

#01cfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01cfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#01cfef Color CSS Codes

.mybgcolor {background-color:#01cfef; } 
.myforecolor {color:#01cfef; }
.mybordercolor {border:3px solid #01cfef; }

#01cfef Text Font Color

<p style="color:#01cfef">Text here</p>

This sample text font color is #01cfef
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#01cfef Background Color

<div style="background-color:#01cfef">
Div content here</div>

This div background color is #01cfef


#01cfef Border Color

<div style="border:3px solid #01cfef">
Div here</div>

This div border color is #01cfef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,207,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01cfef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01cfef;
  -webkit-box-shadow: 1px 1px 3px 2px #01cfef;
  box-shadow:         1px 1px 3px 2px #01cfef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,207,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #01cfef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #01cfef;
  -webkit-box-shadow: 1px 1px 3px 2px #01cfef;
  box-shadow:         1px 1px 3px 2px #01cfef;">
Div content here</div>

This div box has shadow with color #01cfef


Comments

No comments written yet.

Please login to write comment.