Color Hex Logo

#cde70d Color Hex

#CDE70D
(205,231,13)
0 Favorites   0 Comments

Color spaces of #cde70d

RGB 20523113
HSL0.190.890.48
HSV67°94°91°
CMYK 0.110.000.94   0.09
XYZ53.825470.160011.0861
Yxy70.16000.39850.5194
Hunter Lab83.7616-31.878250.7859
CIE-Lab87.0753-30.621084.3255

#cde70d color RGB value is (205,231,13).

#cde70d hex color red value is 205, green value is 231 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #cde70d hue: 0.19 , saturation: 0.89 and the lightness value of cde70d is 0.48.

The process color (four color CMYK) of #cde70d color hex is 0.11, 0.00, 0.94, 0.09. Web safe color of #cde70d is #ccff00. Color #cde70d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100111 00001101
Octal 315 347 15
Decimal 205 231 13
Hex CD E7 D

RGB Percentages of Color #cde70d

%45.66
%51.45
%2.90

CMYK Percentages of Color #cde70d

%11
%0
%94
%9

Triadic Colors of #cde70d

#cde70d #0dcde7 #e70dcd

Analogous Colors of #cde70d

#cde70d #60e70d #e7940d

Monochromatic Colors of #cde70d

#cde70d

Complementary Color

#cde70d #270de7

#cde70d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde70d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde70d Color CSS Codes

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

#cde70d Text Font Color

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

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


#cde70d Background Color

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

This div background color is #cde70d


#cde70d Border Color

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

This div border color is #cde70d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde70d


Comments

No comments written yet.

Please login to write comment.