Color Hex Logo

#0cdfeb Color Hex

#0CDFEB
(12,223,235)
0 Favorites   0 Comments

Color spaces of #0cdfeb

RGB 12223235
HSL0.510.900.48
HSV183°95°92°
CMYK 0.950.050.00   0.08
XYZ41.534758.851787.7677
Yxy58.85170.22070.3128
Hunter Lab76.7149-37.6081-14.1319
CIE-Lab81.2100-39.5823-18.5287

#0cdfeb color RGB value is (12,223,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11011111 11101011
Octal 14 337 353
Decimal 12 223 235
Hex C DF EB

RGB Percentages of Color #0cdfeb

%2.55
%47.45
%50.00

CMYK Percentages of Color #0cdfeb

%95
%5
%0
%8

Triadic Colors of #0cdfeb

#0cdfeb #eb0cdf #dfeb0c

Analogous Colors of #0cdfeb

#0cdfeb #0c70eb #0ceb88

Monochromatic Colors of #0cdfeb

#0cdfeb

Complementary Color

#0cdfeb #eb180c

#0cdfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cdfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cdfeb Color CSS Codes

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

#0cdfeb Text Font Color

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

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


#0cdfeb Background Color

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

This div background color is #0cdfeb


#0cdfeb Border Color

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

This div border color is #0cdfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cdfeb


Comments

No comments written yet.

Please login to write comment.