Color Hex Logo

#c1cfea Color Hex

#C1CFEA
(193,207,234)
0 Favorites   0 Comments

Color spaces of #c1cfea

RGB 193207234
HSL0.610.490.84
HSV220°18°92°
CMYK 0.180.120.00   0.08
XYZ59.156461.903686.6726
Yxy61.90360.28480.2980
Hunter Lab78.6788-3.4789-10.2387
CIE-Lab82.86210.7685-14.9029

#c1cfea color RGB value is (193,207,234).

#c1cfea hex color red value is 193, green value is 207 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c1cfea hue: 0.61 , saturation: 0.49 and the lightness value of c1cfea is 0.84.

The process color (four color CMYK) of #c1cfea color hex is 0.18, 0.12, 0.00, 0.08. Web safe color of #c1cfea is #ccccff. Color #c1cfea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 11001111 11101010
Octal 301 317 352
Decimal 193 207 234
Hex C1 CF EA

RGB Percentages of Color #c1cfea

%30.44
%32.65
%36.91

CMYK Percentages of Color #c1cfea

%18
%12
%0
%8

Triadic Colors of #c1cfea

#c1cfea #eac1cf #cfeac1

Analogous Colors of #c1cfea

#c1cfea #c8c1ea #c1e4ea

Monochromatic Colors of #c1cfea

#c1cfea

Complementary Color

#c1cfea #eadcc1

#c1cfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1cfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1cfea Color CSS Codes

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

#c1cfea Text Font Color

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

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


#c1cfea Background Color

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

This div background color is #c1cfea


#c1cfea Border Color

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

This div border color is #c1cfea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,207,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1cfea


Comments

No comments written yet.

Please login to write comment.