Color Hex Logo

#cde75d Color Hex

#CDE75D
(205,231,93)
0 Favorites   0 Comments

Color spaces of #cde75d

RGB 20523193
HSL0.200.740.64
HSV71°60°91°
CMYK 0.110.000.60   0.09
XYZ55.728570.921321.1079
Yxy70.92130.37720.4800
Hunter Lab84.2148-29.254844.0897
CIE-Lab87.4468-27.403262.6054

#cde75d color RGB value is (205,231,93).

#cde75d hex color red value is 205, green value is 231 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #cde75d hue: 0.20 , saturation: 0.74 and the lightness value of cde75d is 0.64.

The process color (four color CMYK) of #cde75d color hex is 0.11, 0.00, 0.60, 0.09. Web safe color of #cde75d is #ccff66. Color #cde75d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100111 01011101
Octal 315 347 135
Decimal 205 231 93
Hex CD E7 5D

RGB Percentages of Color #cde75d

%38.75
%43.67
%17.58

CMYK Percentages of Color #cde75d

%11
%0
%60
%9

Triadic Colors of #cde75d

#cde75d #5dcde7 #e75dcd

Analogous Colors of #cde75d

#cde75d #88e75d #e7bc5d

Monochromatic Colors of #cde75d

#cde75d

Complementary Color

#cde75d #775de7

#cde75d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde75d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde75d Color CSS Codes

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

#cde75d Text Font Color

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

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


#cde75d Background Color

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

This div background color is #cde75d


#cde75d Border Color

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

This div border color is #cde75d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(205,231,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cde75d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cde75d;
  -webkit-box-shadow: 1px 1px 3px 2px #cde75d;
  box-shadow:         1px 1px 3px 2px #cde75d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,231,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde75d


Comments

No comments written yet.

Please login to write comment.