Color Hex Logo

#00cbda Color Hex

#00CBDA
(0,203,218)
0 Favorites   0 Comments

Color spaces of #00cbda

RGB 0203218
HSL0.511.000.43
HSV184°100°85°
CMYK 1.000.070.00   0.15
XYZ34.010847.773873.7584
Yxy47.77380.21870.3071
Hunter Lab69.1186-33.1240-14.8870
CIE-Lab74.6820-35.8972-19.3013

#00cbda color RGB value is (0,203,218).

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

The process color (four color CMYK) of #00cbda color hex is 1.00, 0.07, 0.00, 0.15. Web safe color of #00cbda is #00cccc. Color #00cbda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11001011 11011010
Octal 0 313 332
Decimal 0 203 218
Hex 0 CB DA

RGB Percentages of Color #00cbda

%0.00
%48.22
%51.78

CMYK Percentages of Color #00cbda

%100
%7
%0
%15

Triadic Colors of #00cbda

#00cbda #da00cb #cbda00

Analogous Colors of #00cbda

#00cbda #005eda #00da7c

Monochromatic Colors of #00cbda

#00cbda

Complementary Color

#00cbda #da0f00

#00cbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00cbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#00cbda Color CSS Codes

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

#00cbda Text Font Color

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

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


#00cbda Background Color

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

This div background color is #00cbda


#00cbda Border Color

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

This div border color is #00cbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00cbda


Comments

No comments written yet.

Please login to write comment.