Color Hex Logo

#c3cde3 Color Hex

#C3CDE3
(195,205,227)
0 Favorites   0 Comments

Color spaces of #c3cde3

RGB 195205227
HSL0.610.360.83
HSV221°14°89°
CMYK 0.140.100.00   0.11
XYZ58.202160.810881.3431
Yxy60.81080.29050.3035
Hunter Lab77.9813-3.2420-7.2591
CIE-Lab82.27690.9829-12.0321

#c3cde3 color RGB value is (195,205,227).

#c3cde3 hex color red value is 195, green value is 205 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #c3cde3 hue: 0.61 , saturation: 0.36 and the lightness value of c3cde3 is 0.83.

The process color (four color CMYK) of #c3cde3 color hex is 0.14, 0.10, 0.00, 0.11. Web safe color of #c3cde3 is #cccccc. Color #c3cde3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 11001101 11100011
Octal 303 315 343
Decimal 195 205 227
Hex C3 CD E3

RGB Percentages of Color #c3cde3

%31.10
%32.70
%36.20

CMYK Percentages of Color #c3cde3

%14
%10
%0
%11

Triadic Colors of #c3cde3

#c3cde3 #e3c3cd #cde3c3

Analogous Colors of #c3cde3

#c3cde3 #c9c3e3 #c3dde3

Monochromatic Colors of #c3cde3

#c3cde3

Complementary Color

#c3cde3 #e3d9c3

#c3cde3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3cde3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3cde3 Color CSS Codes

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

#c3cde3 Text Font Color

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

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


#c3cde3 Background Color

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

This div background color is #c3cde3


#c3cde3 Border Color

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

This div border color is #c3cde3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3cde3


Comments

No comments written yet.

Please login to write comment.