Color Hex Logo

#efffcb Color Hex

#EFFFCB
(239,255,203)
0 Favorites   0 Comments

Color spaces of #efffcb

RGB 239255203
HSL0.221.000.90
HSV78°20°100°
CMYK 0.060.000.20   0.00
XYZ82.136194.182570.3499
Yxy94.18250.33300.3818
Hunter Lab97.0477-18.760324.9540
CIE-Lab97.7055-13.859623.1428

#efffcb color RGB value is (239,255,203).

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

The process color (four color CMYK) of #efffcb color hex is 0.06, 0.00, 0.20, 0.00. Web safe color of #efffcb is #ffffcc. Color #efffcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111111 11001011
Octal 357 377 313
Decimal 239 255 203
Hex EF FF CB

RGB Percentages of Color #efffcb

%34.29
%36.59
%29.12

CMYK Percentages of Color #efffcb

%6
%0
%20
%0

Triadic Colors of #efffcb

#efffcb #cbefff #ffcbef

Analogous Colors of #efffcb

#efffcb #d5ffcb #fff5cb

Monochromatic Colors of #efffcb

#efffcb

Complementary Color

#efffcb #dbcbff

#efffcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efffcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efffcb Color CSS Codes

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

#efffcb Text Font Color

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

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


#efffcb Background Color

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

This div background color is #efffcb


#efffcb Border Color

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

This div border color is #efffcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efffcb

Related Colors


Comments

No comments written yet.

Please login to write comment.