Color Hex Logo

#0cbeee Color Hex

#0CBEEE
(12,190,238)
0 Favorites   0 Comments

Color spaces of #0cbeee

RGB 12190238
HSL0.540.900.49
HSV193°95°93°
CMYK 0.950.200.00   0.07
XYZ33.997743.078187.4120
Yxy43.07810.20670.2619
Hunter Lab65.6339-22.3981-33.0194
CIE-Lab71.6079-22.6924-34.8322

#0cbeee color RGB value is (12,190,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 10111110 11101110
Octal 14 276 356
Decimal 12 190 238
Hex C BE EE

RGB Percentages of Color #0cbeee

%2.73
%43.18
%54.09

CMYK Percentages of Color #0cbeee

%95
%20
%0
%7

Triadic Colors of #0cbeee

#0cbeee #ee0cbe #beee0c

Analogous Colors of #0cbeee

#0cbeee #0c4dee #0ceead

Monochromatic Colors of #0cbeee

#0cbeee

Complementary Color

#0cbeee #ee3c0c

#0cbeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cbeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cbeee Color CSS Codes

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

#0cbeee Text Font Color

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

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


#0cbeee Background Color

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

This div background color is #0cbeee


#0cbeee Border Color

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

This div border color is #0cbeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cbeee


Comments

No comments written yet.

Please login to write comment.