Color Hex Logo

#0cdfed Color Hex

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

Color spaces of #0cdfed

RGB 12223237
HSL0.510.900.49
HSV184°95°93°
CMYK 0.950.060.00   0.07
XYZ41.825458.967989.2983
Yxy58.96790.22000.3102
Hunter Lab76.7906-37.1601-15.1938
CIE-Lab81.2739-38.9747-19.4943

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

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

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

Base Numbers

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

RGB Percentages of Color #0cdfed

%2.54
%47.25
%50.21

CMYK Percentages of Color #0cdfed

%95
%6
%0
%7

Triadic Colors of #0cdfed

#0cdfed #ed0cdf #dfed0c

Analogous Colors of #0cdfed

#0cdfed #0c6fed #0ced8b

Monochromatic Colors of #0cdfed

#0cdfed

Complementary Color

#0cdfed #ed1a0c

#0cdfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cdfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cdfed Color CSS Codes

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

#0cdfed Text Font Color

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

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


#0cdfed Background Color

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

This div background color is #0cdfed


#0cdfed Border Color

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

This div border color is #0cdfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cdfed


Comments

No comments written yet.

Please login to write comment.