Color Hex Logo

#0ceddf Color Hex

#0CEDDF
(12,237,223)
0 Favorites   0 Comments

Color spaces of #0ceddf

RGB 12237223
HSL0.490.900.49
HSV176°95°93°
CMYK 0.950.000.06   0.07
XYZ43.755165.974280.2402
Yxy65.97420.23030.3473
Hunter Lab81.2245-45.9861-1.7144
CIE-Lab84.9833-49.2020-6.5421

#0ceddf color RGB value is (12,237,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11101101 11011111
Octal 14 355 337
Decimal 12 237 223
Hex C ED DF

RGB Percentages of Color #0ceddf

%2.54
%50.21
%47.25

CMYK Percentages of Color #0ceddf

%95
%0
%6
%7

Triadic Colors of #0ceddf

#0ceddf #df0ced #eddf0c

Analogous Colors of #0ceddf

#0ceddf #0c8bed #0ced6f

Monochromatic Colors of #0ceddf

#0ceddf

Complementary Color

#0ceddf #ed0c1a

#0ceddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ceddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ceddf Color CSS Codes

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

#0ceddf Text Font Color

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

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


#0ceddf Background Color

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

This div background color is #0ceddf


#0ceddf Border Color

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

This div border color is #0ceddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ceddf


Comments

No comments written yet.

Please login to write comment.