Color Hex Logo

#c0edee Color Hex

#C0EDEE
(192,237,238)
0 Favorites   0 Comments

Color spaces of #c0edee

RGB 192237238
HSL0.500.580.84
HSV181°19°93°
CMYK 0.190.000.00   0.07
XYZ67.455077.947992.3791
Yxy77.94790.28370.3278
Hunter Lab88.2881-18.1244-0.2356
CIE-Lab90.7561-14.1622-5.2743

#c0edee color RGB value is (192,237,238).

#c0edee hex color red value is 192, green value is 237 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c0edee hue: 0.50 , saturation: 0.58 and the lightness value of c0edee is 0.84.

The process color (four color CMYK) of #c0edee color hex is 0.19, 0.00, 0.00, 0.07. Web safe color of #c0edee is #ccffff. Color #c0edee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 11101101 11101110
Octal 300 355 356
Decimal 192 237 238
Hex C0 ED EE

RGB Percentages of Color #c0edee

%28.79
%35.53
%35.68

CMYK Percentages of Color #c0edee

%19
%0
%0
%7

Triadic Colors of #c0edee

#c0edee #eec0ed #edeec0

Analogous Colors of #c0edee

#c0edee #c0d6ee #c0eed8

Monochromatic Colors of #c0edee

#c0edee

Complementary Color

#c0edee #eec1c0

#c0edee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0edee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0edee Color CSS Codes

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

#c0edee Text Font Color

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

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


#c0edee Background Color

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

This div background color is #c0edee


#c0edee Border Color

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

This div border color is #c0edee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,237,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c0edee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c0edee;
  -webkit-box-shadow: 1px 1px 3px 2px #c0edee;
  box-shadow:         1px 1px 3px 2px #c0edee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0edee


Comments

No comments written yet.

Please login to write comment.