Color Hex Logo

#00b8ca Color Hex

#00B8CA
(0,184,202)
0 Favorites   0 Comments

Color spaces of #00b8ca

RGB 0184202
HSL0.511.000.40
HSV185°100°79°
CMYK 1.000.090.00   0.21
XYZ27.801238.545261.8518
Yxy38.54520.21690.3007
Hunter Lab62.0848-28.7171-15.6082
CIE-Lab68.4205-31.9782-20.0857

#00b8ca color RGB value is (0,184,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 10111000 11001010
Octal 0 270 312
Decimal 0 184 202
Hex 0 B8 CA

RGB Percentages of Color #00b8ca

%0.00
%47.67
%52.33

CMYK Percentages of Color #00b8ca

%100
%9
%0
%21

Triadic Colors of #00b8ca

#00b8ca #ca00b8 #b8ca00

Analogous Colors of #00b8ca

#00b8ca #0053ca #00ca77

Monochromatic Colors of #00b8ca

#00b8ca

Complementary Color

#00b8ca #ca1200

#00b8ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00b8ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#00b8ca Color CSS Codes

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

#00b8ca Text Font Color

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

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


#00b8ca Background Color

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

This div background color is #00b8ca


#00b8ca Border Color

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

This div border color is #00b8ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00b8ca


Comments

No comments written yet.

Please login to write comment.