Color Hex Logo

#0cdbed Color Hex

#0CDBED
(12,219,237)
0 Favorites   0 Comments

Color spaces of #0cdbed

RGB 12219237
HSL0.510.900.49
HSV185°95°93°
CMYK 0.950.080.00   0.07
XYZ40.769256.855688.9462
Yxy56.85560.21850.3047
Hunter Lab75.4027-35.4421-17.1576
CIE-Lab80.0983-37.1359-21.2749

#0cdbed color RGB value is (12,219,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11011011 11101101
Octal 14 333 355
Decimal 12 219 237
Hex C DB ED

RGB Percentages of Color #0cdbed

%2.56
%46.79
%50.64

CMYK Percentages of Color #0cdbed

%95
%8
%0
%7

Triadic Colors of #0cdbed

#0cdbed #ed0cdb #dbed0c

Analogous Colors of #0cdbed

#0cdbed #0c6bed #0ced8f

Monochromatic Colors of #0cdbed

#0cdbed

Complementary Color

#0cdbed #ed1e0c

#0cdbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cdbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cdbed Color CSS Codes

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

#0cdbed Text Font Color

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

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


#0cdbed Background Color

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

This div background color is #0cdbed


#0cdbed Border Color

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

This div border color is #0cdbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cdbed


Comments

No comments written yet.

Please login to write comment.