Color Hex Logo

#c5dfea Color Hex

#C5DFEA
(197,223,234)
0 Favorites   0 Comments

Color spaces of #c5dfea

RGB 197223234
HSL0.550.470.85
HSV198°16°92°
CMYK 0.160.050.00   0.08
XYZ64.264970.586288.0793
Yxy70.58620.28830.3166
Hunter Lab84.0156-10.4897-3.3469
CIE-Lab87.2836-6.3388-8.2771

#c5dfea color RGB value is (197,223,234).

#c5dfea hex color red value is 197, green value is 223 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c5dfea hue: 0.55 , saturation: 0.47 and the lightness value of c5dfea is 0.85.

The process color (four color CMYK) of #c5dfea color hex is 0.16, 0.05, 0.00, 0.08. Web safe color of #c5dfea is #ccccff. Color #c5dfea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11011111 11101010
Octal 305 337 352
Decimal 197 223 234
Hex C5 DF EA

RGB Percentages of Color #c5dfea

%30.12
%34.10
%35.78

CMYK Percentages of Color #c5dfea

%16
%5
%0
%8

Triadic Colors of #c5dfea

#c5dfea #eac5df #dfeac5

Analogous Colors of #c5dfea

#c5dfea #c5cdea #c5eae3

Monochromatic Colors of #c5dfea

#c5dfea

Complementary Color

#c5dfea #ead0c5

#c5dfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5dfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5dfea Color CSS Codes

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

#c5dfea Text Font Color

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

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


#c5dfea Background Color

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

This div background color is #c5dfea


#c5dfea Border Color

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

This div border color is #c5dfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5dfea


Comments

No comments written yet.

Please login to write comment.