Color Hex Logo

#c3cdef Color Hex

#C3CDEF
(195,205,239)
0 Favorites   0 Comments

Color spaces of #c3cdef

RGB 195205239
HSL0.630.580.85
HSV226°18°94°
CMYK 0.180.140.00   0.06
XYZ59.917061.496790.3734
Yxy61.49670.28290.2904
Hunter Lab78.4198-0.8510-13.4337
CIE-Lab82.64503.5260-17.8786

#c3cdef color RGB value is (195,205,239).

#c3cdef hex color red value is 195, green value is 205 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c3cdef hue: 0.63 , saturation: 0.58 and the lightness value of c3cdef is 0.85.

The process color (four color CMYK) of #c3cdef color hex is 0.18, 0.14, 0.00, 0.06. Web safe color of #c3cdef is #ccccff. Color #c3cdef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 11001101 11101111
Octal 303 315 357
Decimal 195 205 239
Hex C3 CD EF

RGB Percentages of Color #c3cdef

%30.52
%32.08
%37.40

CMYK Percentages of Color #c3cdef

%18
%14
%0
%6

Triadic Colors of #c3cdef

#c3cdef #efc3cd #cdefc3

Analogous Colors of #c3cdef

#c3cdef #cfc3ef #c3e3ef

Monochromatic Colors of #c3cdef

#c3cdef

Complementary Color

#c3cdef #efe5c3

#c3cdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3cdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3cdef Color CSS Codes

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

#c3cdef Text Font Color

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

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


#c3cdef Background Color

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

This div background color is #c3cdef


#c3cdef Border Color

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

This div border color is #c3cdef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3cdef

#c3cdef Color Palettes


Comments

No comments written yet.

Please login to write comment.