Color Hex Logo

#c4cfeb Color Hex

#C4CFEB
(196,207,235)
0 Favorites   0 Comments

Color spaces of #c4cfeb

RGB 196207235
HSL0.620.490.85
HSV223°17°92°
CMYK 0.170.120.00   0.08
XYZ60.073262.359687.4677
Yxy62.35960.28620.2971
Hunter Lab78.9681-2.4043-10.3939
CIE-Lab83.10431.9187-15.0504

#c4cfeb color RGB value is (196,207,235).

#c4cfeb hex color red value is 196, green value is 207 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c4cfeb hue: 0.62 , saturation: 0.49 and the lightness value of c4cfeb is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11001111 11101011
Octal 304 317 353
Decimal 196 207 235
Hex C4 CF EB

RGB Percentages of Color #c4cfeb

%30.72
%32.45
%36.83

CMYK Percentages of Color #c4cfeb

%17
%12
%0
%8

Triadic Colors of #c4cfeb

#c4cfeb #ebc4cf #cfebc4

Analogous Colors of #c4cfeb

#c4cfeb #cdc4eb #c4e3eb

Monochromatic Colors of #c4cfeb

#c4cfeb

Complementary Color

#c4cfeb #ebe0c4

#c4cfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4cfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4cfeb Color CSS Codes

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

#c4cfeb Text Font Color

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

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


#c4cfeb Background Color

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

This div background color is #c4cfeb


#c4cfeb Border Color

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

This div border color is #c4cfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4cfeb


Comments

No comments written yet.

Please login to write comment.