Color Hex Logo

#0cdaff Color Hex

#0CDAFF
(12,218,255)
0 Favorites   0 Comments

Color spaces of #0cdaff

RGB 12218255
HSL0.531.000.52
HSV189°95°100°
CMYK 0.950.150.00   0.00
XYZ43.273057.4410103.4142
Yxy57.44100.21200.2814
Hunter Lab75.7898-30.7158-27.8475
CIE-Lab80.4270-30.9862-30.3404

#0cdaff color RGB value is (12,218,255).

#0cdaff hex color red value is 12, green value is 218 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #0cdaff hue: 0.53 , saturation: 1.00 and the lightness value of 0cdaff is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11011010 11111111
Octal 14 332 377
Decimal 12 218 255
Hex C DA FF

RGB Percentages of Color #0cdaff

%2.47
%44.95
%52.58

CMYK Percentages of Color #0cdaff

%95
%15
%0
%0

Triadic Colors of #0cdaff

#0cdaff #ff0cda #daff0c

Analogous Colors of #0cdaff

#0cdaff #0c60ff #0cffab

Monochromatic Colors of #0cdaff

#0cdaff

Complementary Color

#0cdaff #ff310c

#0cdaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cdaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cdaff Color CSS Codes

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

#0cdaff Text Font Color

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

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


#0cdaff Background Color

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

This div background color is #0cdaff


#0cdaff Border Color

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

This div border color is #0cdaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cdaff

Related Colors


Comments

No comments written yet.

Please login to write comment.