Color Hex Logo

#c3d7eb Color Hex

#C3D7EB
(195,215,235)
0 Favorites   0 Comments

Color spaces of #c3d7eb

RGB 195215235
HSL0.580.500.84
HSV210°17°92°
CMYK 0.170.090.00   0.08
XYZ61.801566.201188.1181
Yxy66.20110.28600.3063
Hunter Lab81.3641-6.8043-7.2568
CIE-Lab85.0989-2.6026-12.0712

#c3d7eb color RGB value is (195,215,235).

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

The process color (four color CMYK) of #c3d7eb color hex is 0.17, 0.09, 0.00, 0.08. Web safe color of #c3d7eb is #ccccff. Color #c3d7eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 11010111 11101011
Octal 303 327 353
Decimal 195 215 235
Hex C3 D7 EB

RGB Percentages of Color #c3d7eb

%30.23
%33.33
%36.43

CMYK Percentages of Color #c3d7eb

%17
%9
%0
%8

Triadic Colors of #c3d7eb

#c3d7eb #ebc3d7 #d7ebc3

Analogous Colors of #c3d7eb

#c3d7eb #c3c3eb #c3ebeb

Monochromatic Colors of #c3d7eb

#c3d7eb

Complementary Color

#c3d7eb #ebd7c3

#c3d7eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3d7eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3d7eb Color CSS Codes

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

#c3d7eb Text Font Color

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

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


#c3d7eb Background Color

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

This div background color is #c3d7eb


#c3d7eb Border Color

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

This div border color is #c3d7eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(195,215,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c3d7eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c3d7eb;
  -webkit-box-shadow: 1px 1px 3px 2px #c3d7eb;
  box-shadow:         1px 1px 3px 2px #c3d7eb; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3d7eb


Comments

No comments written yet.

Please login to write comment.