Color Hex Logo

#ede27b Color Hex

#EDE27B
(237,226,123)
0 Favorites   0 Comments

Color spaces of #ede27b

RGB 237226123
HSL0.150.760.71
HSV54°48°93°
CMYK 0.000.050.48   0.07
XYZ65.696673.827329.5264
Yxy73.82730.38860.4367
Hunter Lab85.9228-13.883839.7716
CIE-Lab88.8408-9.816051.3066

#ede27b color RGB value is (237,226,123).

#ede27b hex color red value is 237, green value is 226 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #ede27b hue: 0.15 , saturation: 0.76 and the lightness value of ede27b is 0.71.

The process color (four color CMYK) of #ede27b color hex is 0.00, 0.05, 0.48, 0.07. Web safe color of #ede27b is #ffcc66. Color #ede27b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100010 01111011
Octal 355 342 173
Decimal 237 226 123
Hex ED E2 7B

RGB Percentages of Color #ede27b

%40.44
%38.57
%20.99

CMYK Percentages of Color #ede27b

%0
%5
%48
%7

Triadic Colors of #ede27b

#ede27b #7bede2 #e27bed

Analogous Colors of #ede27b

#ede27b #bfed7b #eda97b

Monochromatic Colors of #ede27b

#ede27b

Complementary Color

#ede27b #7b86ed

#ede27b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede27b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede27b Color CSS Codes

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

#ede27b Text Font Color

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

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


#ede27b Background Color

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

This div background color is #ede27b


#ede27b Border Color

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

This div border color is #ede27b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede27b


Comments

No comments written yet.

Please login to write comment.