Color Hex Logo

#cedbff Color Hex

#CEDBFF
(206,219,255)
0 Favorites   0 Comments

Color spaces of #cedbff

RGB 206219255
HSL0.621.000.90
HSV224°19°100°
CMYK 0.190.140.00   0.00
XYZ68.835171.0048104.6850
Yxy71.00480.28150.2904
Hunter Lab84.2643-1.6469-14.6733
CIE-Lab87.48732.9485-18.9694

#cedbff color RGB value is (206,219,255).

#cedbff hex color red value is 206, green value is 219 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #cedbff hue: 0.62 , saturation: 1.00 and the lightness value of cedbff is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011011 11111111
Octal 316 333 377
Decimal 206 219 255
Hex CE DB FF

RGB Percentages of Color #cedbff

%30.29
%32.21
%37.50

CMYK Percentages of Color #cedbff

%19
%14
%0
%0

Triadic Colors of #cedbff

#cedbff #ffcedb #dbffce

Analogous Colors of #cedbff

#cedbff #daceff #cef4ff

Monochromatic Colors of #cedbff

#cedbff

Complementary Color

#cedbff #fff2ce

#cedbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedbff Color CSS Codes

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

#cedbff Text Font Color

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

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


#cedbff Background Color

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

This div background color is #cedbff


#cedbff Border Color

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

This div border color is #cedbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedbff

Related Colors

#cedbff Color Palettes


Comments

No comments written yet.

Please login to write comment.