Color Hex Logo

#c3cfed Color Hex

#C3CFED
(195,207,237)
0 Favorites   0 Comments

Color spaces of #c3cfed

RGB 195207237
HSL0.620.540.85
HSV223°18°93°
CMYK 0.180.130.00   0.07
XYZ60.104662.342288.9862
Yxy62.34220.28430.2949
Hunter Lab78.9571-2.2951-11.5511
CIE-Lab83.09512.0332-16.1361

#c3cfed color RGB value is (195,207,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11001111 11101101
Octal 303 317 355
Decimal 195 207 237
Hex C3 CF ED

RGB Percentages of Color #c3cfed

%30.52
%32.39
%37.09

CMYK Percentages of Color #c3cfed

%18
%13
%0
%7

Triadic Colors of #c3cfed

#c3cfed #edc3cf #cfedc3

Analogous Colors of #c3cfed

#c3cfed #ccc3ed #c3e4ed

Monochromatic Colors of #c3cfed

#c3cfed

Complementary Color

#c3cfed #ede1c3

#c3cfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3cfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3cfed Color CSS Codes

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

#c3cfed Text Font Color

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

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


#c3cfed Background Color

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

This div background color is #c3cfed


#c3cfed Border Color

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

This div border color is #c3cfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3cfed


Comments

No comments written yet.

Please login to write comment.