Color Hex Logo

#00cbde Color Hex

#00CBDE
(0,203,222)
0 Favorites   0 Comments

Color spaces of #00cbde

RGB 0203222
HSL0.511.000.44
HSV185°100°87°
CMYK 1.000.090.00   0.13
XYZ34.540847.985876.5489
Yxy47.98580.21710.3017
Hunter Lab69.2718-32.2207-17.0283
CIE-Lab74.8160-34.6401-21.2581

#00cbde color RGB value is (0,203,222).

#00cbde hex color red value is 0, green value is 203 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #00cbde hue: 0.51 , saturation: 1.00 and the lightness value of 00cbde is 0.44.

The process color (four color CMYK) of #00cbde color hex is 1.00, 0.09, 0.00, 0.13. Web safe color of #00cbde is #00cccc. Color #00cbde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11001011 11011110
Octal 0 313 336
Decimal 0 203 222
Hex 0 CB DE

RGB Percentages of Color #00cbde

%0.00
%47.76
%52.24

CMYK Percentages of Color #00cbde

%100
%9
%0
%13

Triadic Colors of #00cbde

#00cbde #de00cb #cbde00

Analogous Colors of #00cbde

#00cbde #005cde #00de82

Monochromatic Colors of #00cbde

#00cbde

Complementary Color

#00cbde #de1300

#00cbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00cbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#00cbde Color CSS Codes

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

#00cbde Text Font Color

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

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


#00cbde Background Color

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

This div background color is #00cbde


#00cbde Border Color

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

This div border color is #00cbde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,203,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00cbde


Comments

No comments written yet.

Please login to write comment.