Color Hex Logo

#0cceee Color Hex

#0CCEEE
(12,206,238)
0 Favorites   0 Comments

Color spaces of #0cceee

RGB 12206238
HSL0.520.900.49
HSV188°95°93°
CMYK 0.950.130.00   0.07
XYZ37.655550.393888.6312
Yxy50.39380.21310.2852
Hunter Lab70.9886-29.5457-24.3332
CIE-Lab76.3103-30.6635-27.5849

#0cceee color RGB value is (12,206,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11001110 11101110
Octal 14 316 356
Decimal 12 206 238
Hex C CE EE

RGB Percentages of Color #0cceee

%2.63
%45.18
%52.19

CMYK Percentages of Color #0cceee

%95
%13
%0
%7

Triadic Colors of #0cceee

#0cceee #ee0cce #ceee0c

Analogous Colors of #0cceee

#0cceee #0c5dee #0cee9d

Monochromatic Colors of #0cceee

#0cceee

Complementary Color

#0cceee #ee2c0c

#0cceee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cceee Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cceee Color CSS Codes

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

#0cceee Text Font Color

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

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


#0cceee Background Color

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

This div background color is #0cceee


#0cceee Border Color

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

This div border color is #0cceee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cceee


Comments

No comments written yet.

Please login to write comment.