Color Hex Logo

#c3ceef Color Hex

#C3CEEF
(195,206,239)
0 Favorites   0 Comments

Color spaces of #c3ceef

RGB 195206239
HSL0.630.580.85
HSV225°18°94°
CMYK 0.180.140.00   0.06
XYZ60.157061.976790.4534
Yxy61.97670.28300.2915
Hunter Lab78.7253-1.3706-13.0150
CIE-Lab82.90102.9943-17.4927

#c3ceef color RGB value is (195,206,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11001110 11101111
Octal 303 316 357
Decimal 195 206 239
Hex C3 CE EF

RGB Percentages of Color #c3ceef

%30.47
%32.19
%37.34

CMYK Percentages of Color #c3ceef

%18
%14
%0
%6

Triadic Colors of #c3ceef

#c3ceef #efc3ce #ceefc3

Analogous Colors of #c3ceef

#c3ceef #cec3ef #c3e4ef

Monochromatic Colors of #c3ceef

#c3ceef

Complementary Color

#c3ceef #efe4c3

#c3ceef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3ceef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3ceef Color CSS Codes

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

#c3ceef Text Font Color

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

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


#c3ceef Background Color

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

This div background color is #c3ceef


#c3ceef Border Color

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

This div border color is #c3ceef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3ceef


Comments

No comments written yet.

Please login to write comment.