Color Hex Logo

#d5ed23 Color Hex

#D5ED23
(213,237,35)
0 Favorites   0 Comments

Color spaces of #d5ed23

RGB 21323735
HSL0.190.850.53
HSV67°85°93°
CMYK 0.100.000.85   0.07
XYZ58.028174.835912.9765
Yxy74.83590.39790.5131
Hunter Lab86.5077-31.653451.6617
CIE-Lab89.3161-29.781883.1566

#d5ed23 color RGB value is (213,237,35).

#d5ed23 hex color red value is 213, green value is 237 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #d5ed23 hue: 0.19 , saturation: 0.85 and the lightness value of d5ed23 is 0.53.

The process color (four color CMYK) of #d5ed23 color hex is 0.10, 0.00, 0.85, 0.07. Web safe color of #d5ed23 is #ccff33. Color #d5ed23 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11101101 00100011
Octal 325 355 43
Decimal 213 237 35
Hex D5 ED 23

RGB Percentages of Color #d5ed23

%43.92
%48.87
%7.22

CMYK Percentages of Color #d5ed23

%10
%0
%85
%7

Triadic Colors of #d5ed23

#d5ed23 #23d5ed #ed23d5

Analogous Colors of #d5ed23

#d5ed23 #70ed23 #eda023

Monochromatic Colors of #d5ed23

#d5ed23

Complementary Color

#d5ed23 #3b23ed

#d5ed23 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5ed23 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5ed23 Color CSS Codes

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

#d5ed23 Text Font Color

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

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


#d5ed23 Background Color

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

This div background color is #d5ed23


#d5ed23 Border Color

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

This div border color is #d5ed23


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5ed23


Comments

No comments written yet.

Please login to write comment.