Color Hex Logo

#efebfd Color Hex

#EFEBFD
(239,235,253)
0 Favorites   0 Comments

Color spaces of #efebfd

RGB 239235253
HSL0.700.820.96
HSV253°99°
CMYK 0.060.070.00   0.01
XYZ83.034684.8592104.9316
Yxy84.85920.30440.3110
Hunter Lab92.1191-0.3114-3.0531
CIE-Lab93.82244.6081-8.2018

#efebfd color RGB value is (239,235,253).

#efebfd hex color red value is 239, green value is 235 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #efebfd hue: 0.70 , saturation: 0.82 and the lightness value of efebfd is 0.96.

The process color (four color CMYK) of #efebfd color hex is 0.06, 0.07, 0.00, 0.01. Web safe color of #efebfd is #ffffff. Color #efebfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101011 11111101
Octal 357 353 375
Decimal 239 235 253
Hex EF EB FD

RGB Percentages of Color #efebfd

%32.87
%32.32
%34.80

CMYK Percentages of Color #efebfd

%6
%7
%0
%1

Triadic Colors of #efebfd

#efebfd #fdefeb #ebfdef

Analogous Colors of #efebfd

#efebfd #f8ebfd #ebf0fd

Monochromatic Colors of #efebfd

#efebfd

Complementary Color

#efebfd #f9fdeb

#efebfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efebfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efebfd Color CSS Codes

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

#efebfd Text Font Color

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

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


#efebfd Background Color

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

This div background color is #efebfd


#efebfd Border Color

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

This div border color is #efebfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efebfd

Related Colors


Comments

No comments written yet.

Please login to write comment.