Color Hex Logo

#c3cfde Color Hex

#C3CFDE
(195,207,222)
0 Favorites   0 Comments

Color spaces of #c3cfde

RGB 195207222
HSL0.590.290.82
HSV213°12°87°
CMYK 0.120.070.00   0.13
XYZ58.003361.501777.9211
Yxy61.50170.29380.3115
Hunter Lab78.4230-5.2180-4.0144
CIE-Lab82.6477-1.0993-8.8114

#c3cfde color RGB value is (195,207,222).

#c3cfde hex color red value is 195, green value is 207 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c3cfde hue: 0.59 , saturation: 0.29 and the lightness value of c3cfde is 0.82.

The process color (four color CMYK) of #c3cfde color hex is 0.12, 0.07, 0.00, 0.13. Web safe color of #c3cfde is #cccccc. Color #c3cfde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 11001111 11011110
Octal 303 317 336
Decimal 195 207 222
Hex C3 CF DE

RGB Percentages of Color #c3cfde

%31.25
%33.17
%35.58

CMYK Percentages of Color #c3cfde

%12
%7
%0
%13

Triadic Colors of #c3cfde

#c3cfde #dec3cf #cfdec3

Analogous Colors of #c3cfde

#c3cfde #c5c3de #c3ddde

Monochromatic Colors of #c3cfde

#c3cfde

Complementary Color

#c3cfde #ded2c3

#c3cfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3cfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3cfde Color CSS Codes

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

#c3cfde Text Font Color

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

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


#c3cfde Background Color

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

This div background color is #c3cfde


#c3cfde Border Color

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

This div border color is #c3cfde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,207,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3cfde


Comments

No comments written yet.

Please login to write comment.