Color Hex Logo

#01cdef Color Hex

#01CDEF
(1,205,239)
0 Favorites   0 Comments

Color spaces of #01cdef

RGB 1205239
HSL0.520.990.47
HSV189°100°94°
CMYK 1.000.140.00   0.06
XYZ37.423849.901189.3208
Yxy49.90110.21190.2825
Hunter Lab70.6407-29.0561-25.5200
CIE-Lab76.0085-30.1173-28.5883

#01cdef color RGB value is (1,205,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 11001101 11101111
Octal 1 315 357
Decimal 1 205 239
Hex 1 CD EF

RGB Percentages of Color #01cdef

%0.22
%46.07
%53.71

CMYK Percentages of Color #01cdef

%100
%14
%0
%6

Triadic Colors of #01cdef

#01cdef #ef01cd #cdef01

Analogous Colors of #01cdef

#01cdef #0156ef #01ef9a

Monochromatic Colors of #01cdef

#01cdef

Complementary Color

#01cdef #ef2301

#01cdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01cdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#01cdef Color CSS Codes

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

#01cdef Text Font Color

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

This sample text font color is #01cdef
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.


#01cdef Background Color

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

This div background color is #01cdef


#01cdef Border Color

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

This div border color is #01cdef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,205,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 #01cdef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01cdef


Comments

No comments written yet.

Please login to write comment.