Color Hex Logo

#00cdef Color Hex

#00CDEF
(0,205,239)
0 Favorites   0 Comments

Color spaces of #00cdef

RGB 0205239
HSL0.521.000.47
HSV189°100°94°
CMYK 1.000.140.00   0.06
XYZ37.411349.894689.3202
Yxy49.89460.21180.2825
Hunter Lab70.6361-29.0735-25.5276
CIE-Lab76.0045-30.1408-28.5948

#00cdef color RGB value is (0,205,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 11001101 11101111
Octal 0 315 357
Decimal 0 205 239
Hex 0 CD EF

RGB Percentages of Color #00cdef

%0.00
%46.17
%53.83

CMYK Percentages of Color #00cdef

%100
%14
%0
%6

Triadic Colors of #00cdef

#00cdef #ef00cd #cdef00

Analogous Colors of #00cdef

#00cdef #0056ef #00ef9a

Monochromatic Colors of #00cdef

#00cdef

Complementary Color

#00cdef #ef2200

#00cdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00cdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#00cdef Color CSS Codes

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

#00cdef Text Font Color

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

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


#00cdef Background Color

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

This div background color is #00cdef


#00cdef Border Color

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

This div border color is #00cdef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00cdef


Comments

No comments written yet.

Please login to write comment.