Color Hex Logo

#cedcf5 Color Hex

#CEDCF5
(206,220,245)
0 Favorites   0 Comments

Color spaces of #cedcf5

RGB 206220245
HSL0.610.660.88
HSV218°16°96°
CMYK 0.160.100.00   0.04
XYZ67.528270.900896.5123
Yxy70.90080.28740.3018
Hunter Lab84.2026-4.2024-9.0159
CIE-Lab87.43680.3066-13.7799

#cedcf5 color RGB value is (206,220,245).

#cedcf5 hex color red value is 206, green value is 220 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #cedcf5 hue: 0.61 , saturation: 0.66 and the lightness value of cedcf5 is 0.88.

The process color (four color CMYK) of #cedcf5 color hex is 0.16, 0.10, 0.00, 0.04. Web safe color of #cedcf5 is #ccccff. Color #cedcf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011100 11110101
Octal 316 334 365
Decimal 206 220 245
Hex CE DC F5

RGB Percentages of Color #cedcf5

%30.70
%32.79
%36.51

CMYK Percentages of Color #cedcf5

%16
%10
%0
%4

Triadic Colors of #cedcf5

#cedcf5 #f5cedc #dcf5ce

Analogous Colors of #cedcf5

#cedcf5 #d4cef5 #cef0f5

Monochromatic Colors of #cedcf5

#cedcf5

Complementary Color

#cedcf5 #f5e7ce

#cedcf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedcf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedcf5 Color CSS Codes

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

#cedcf5 Text Font Color

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

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


#cedcf5 Background Color

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

This div background color is #cedcf5


#cedcf5 Border Color

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

This div border color is #cedcf5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,220,245, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedcf5


Comments

No comments written yet.

Please login to write comment.