Color Hex Logo

#0ce6cb Color Hex

#0CE6CB
(12,230,203)
0 Favorites   0 Comments

Color spaces of #0ce6cb

RGB 12230203
HSL0.480.900.47
HSV173°95°90°
CMYK 0.950.000.12   0.10
XYZ39.227960.983666.2034
Yxy60.98360.23570.3665
Hunter Lab78.0920-46.99524.4006
CIE-Lab82.3699-51.74040.1682

#0ce6cb color RGB value is (12,230,203).

#0ce6cb hex color red value is 12, green value is 230 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #0ce6cb hue: 0.48 , saturation: 0.90 and the lightness value of 0ce6cb is 0.47.

The process color (four color CMYK) of #0ce6cb color hex is 0.95, 0.00, 0.12, 0.10. Web safe color of #0ce6cb is #00ffcc. Color #0ce6cb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 11100110 11001011
Octal 14 346 313
Decimal 12 230 203
Hex C E6 CB

RGB Percentages of Color #0ce6cb

%2.70
%51.69
%45.62

CMYK Percentages of Color #0ce6cb

%95
%0
%12
%10

Triadic Colors of #0ce6cb

#0ce6cb #cb0ce6 #e6cb0c

Analogous Colors of #0ce6cb

#0ce6cb #0c94e6 #0ce65e

Monochromatic Colors of #0ce6cb

#0ce6cb

Complementary Color

#0ce6cb #e60c27

#0ce6cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ce6cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ce6cb Color CSS Codes

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

#0ce6cb Text Font Color

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

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


#0ce6cb Background Color

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

This div background color is #0ce6cb


#0ce6cb Border Color

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

This div border color is #0ce6cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ce6cb


Comments

No comments written yet.

Please login to write comment.