Color Hex Logo

#c2d0ed Color Hex

#C2D0ED
(194,208,237)
0 Favorites   0 Comments

Color spaces of #c2d0ed

RGB 194208237
HSL0.610.540.85
HSV220°18°93°
CMYK 0.180.120.00   0.07
XYZ60.090162.695589.0551
Yxy62.69550.28370.2960
Hunter Lab79.1805-3.1021-11.2577
CIE-Lab83.28191.1933-15.8622

#c2d0ed color RGB value is (194,208,237).

#c2d0ed hex color red value is 194, green value is 208 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c2d0ed hue: 0.61 , saturation: 0.54 and the lightness value of c2d0ed is 0.85.

The process color (four color CMYK) of #c2d0ed color hex is 0.18, 0.12, 0.00, 0.07. Web safe color of #c2d0ed is #ccccff. Color #c2d0ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11010000 11101101
Octal 302 320 355
Decimal 194 208 237
Hex C2 D0 ED

RGB Percentages of Color #c2d0ed

%30.36
%32.55
%37.09

CMYK Percentages of Color #c2d0ed

%18
%12
%0
%7

Triadic Colors of #c2d0ed

#c2d0ed #edc2d0 #d0edc2

Analogous Colors of #c2d0ed

#c2d0ed #cac2ed #c2e6ed

Monochromatic Colors of #c2d0ed

#c2d0ed

Complementary Color

#c2d0ed #eddfc2

#c2d0ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2d0ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2d0ed Color CSS Codes

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

#c2d0ed Text Font Color

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

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


#c2d0ed Background Color

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

This div background color is #c2d0ed


#c2d0ed Border Color

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

This div border color is #c2d0ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,208,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 #c2d0ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2d0ed


Comments

No comments written yet.

Please login to write comment.