color codes Logo

#eddbfc color codes

#EDDBFC
(237,219,252)
0 Favorites   0 Comments

Color spaces of #eddbfc

RGB 237219252
HSL0.760.850.92
HSV273°13°99°
CMYK 0.060.130.00   0.01
XYZ77.827375.6958102.6043
Yxy75.69580.30390.2955
Hunter Lab87.00337.4182-9.0192
CIE-Lab89.717912.0917-13.8071

#eddbfc color RGB value is (237,219,252).

#eddbfc hex color red value is 237, green value is 219 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #eddbfc hue: 0.76 , saturation: 0.85 and the lightness value of eddbfc is 0.92.

The process color (four color CMYK) of #eddbfc color code is 0.06, 0.13, 0.00, 0.01. Web safe color of #eddbfc is #ffccff. Color #eddbfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011011 11111100
Octal 355 333 374
Decimal 237 219 252
Hex ED DB FC

RGB Percentages of Color #eddbfc

%33.47
%30.93
%35.59

CMYK Percentages of Color #eddbfc

%6
%13
%0
%1

Triadic Colors of #eddbfc

#eddbfc #fceddb #dbfced

Analogous Colors of #eddbfc

#eddbfc #fcdbfb #dddbfc

Monochromatic Colors of #eddbfc

#eddbfc

Complementary Color

#eddbfc #eafcdb

#eddbfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddbfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddbfc Color CSS Codes

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

#eddbfc Text Font Color

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

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


#eddbfc Background Color

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

This div background color is #eddbfc


#eddbfc Border Color

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

This div border color is #eddbfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddbfc


Comments

No comments written yet.

Please login to write comment.