Color Hex Logo

#c3ceed Color Hex

#C3CEED
(195,206,237)
0 Favorites   0 Comments

Color spaces of #c3ceed

RGB 195206237
HSL0.620.540.85
HSV224°18°93°
CMYK 0.180.130.00   0.07
XYZ59.863061.859188.9057
Yxy61.85910.28420.2937
Hunter Lab78.6506-1.7774-11.9654
CIE-Lab82.83842.5636-16.5221

#c3ceed color RGB value is (195,206,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11001110 11101101
Octal 303 316 355
Decimal 195 206 237
Hex C3 CE ED

RGB Percentages of Color #c3ceed

%30.56
%32.29
%37.15

CMYK Percentages of Color #c3ceed

%18
%13
%0
%7

Triadic Colors of #c3ceed

#c3ceed #edc3ce #ceedc3

Analogous Colors of #c3ceed

#c3ceed #cdc3ed #c3e3ed

Monochromatic Colors of #c3ceed

#c3ceed

Complementary Color

#c3ceed #ede2c3

#c3ceed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3ceed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3ceed Color CSS Codes

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

#c3ceed Text Font Color

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

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


#c3ceed Background Color

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

This div background color is #c3ceed


#c3ceed Border Color

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

This div border color is #c3ceed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3ceed


Comments

No comments written yet.

Please login to write comment.