Color Hex Logo

#0cceed Color Hex

#0CCEED
(12,206,237)
0 Favorites   0 Comments

Color spaces of #0cceed

RGB 12206237
HSL0.520.900.49
HSV188°95°93°
CMYK 0.950.130.00   0.07
XYZ37.509050.335287.8595
Yxy50.33520.21350.2865
Hunter Lab70.9473-29.7869-23.7603
CIE-Lab76.2745-30.9860-27.1030

#0cceed color RGB value is (12,206,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11001110 11101101
Octal 14 316 355
Decimal 12 206 237
Hex C CE ED

RGB Percentages of Color #0cceed

%2.64
%45.27
%52.09

CMYK Percentages of Color #0cceed

%95
%13
%0
%7

Triadic Colors of #0cceed

#0cceed #ed0cce #ceed0c

Analogous Colors of #0cceed

#0cceed #0c5eed #0ced9c

Monochromatic Colors of #0cceed

#0cceed

Complementary Color

#0cceed #ed2b0c

#0cceed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cceed Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cceed Color CSS Codes

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

#0cceed Text Font Color

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

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


#0cceed Background Color

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

This div background color is #0cceed


#0cceed Border Color

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

This div border color is #0cceed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cceed


Comments

No comments written yet.

Please login to write comment.