Color Hex Logo

#0cbaee Color Hex

#0CBAEE
(12,186,238)
0 Favorites   0 Comments

Color spaces of #0cbaee

RGB 12186238
HSL0.540.900.49
HSV194°95°93°
CMYK 0.950.220.00   0.07
XYZ33.143141.369087.1271
Yxy41.36900.20500.2559
Hunter Lab64.3187-20.5777-35.2920
CIE-Lab70.4337-20.6301-36.6547

#0cbaee color RGB value is (12,186,238).

#0cbaee hex color red value is 12, green value is 186 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #0cbaee hue: 0.54 , saturation: 0.90 and the lightness value of 0cbaee is 0.49.

The process color (four color CMYK) of #0cbaee color hex is 0.95, 0.22, 0.00, 0.07. Web safe color of #0cbaee is #00ccff. Color #0cbaee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 10111010 11101110
Octal 14 272 356
Decimal 12 186 238
Hex C BA EE

RGB Percentages of Color #0cbaee

%2.75
%42.66
%54.59

CMYK Percentages of Color #0cbaee

%95
%22
%0
%7

Triadic Colors of #0cbaee

#0cbaee #ee0cba #baee0c

Analogous Colors of #0cbaee

#0cbaee #0c49ee #0ceeb1

Monochromatic Colors of #0cbaee

#0cbaee

Complementary Color

#0cbaee #ee400c

#0cbaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cbaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cbaee Color CSS Codes

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

#0cbaee Text Font Color

<p style="color:#0cbaee">Text here</p>

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


#0cbaee Background Color

<div style="background-color:#0cbaee">
Div content here</div>

This div background color is #0cbaee


#0cbaee Border Color

<div style="border:3px solid #0cbaee">
Div here</div>

This div border color is #0cbaee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(12,186,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0cbaee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0cbaee;
  -webkit-box-shadow: 1px 1px 3px 2px #0cbaee;
  box-shadow:         1px 1px 3px 2px #0cbaee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(12,186,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cbaee


Comments

No comments written yet.

Please login to write comment.