Color Hex Logo

#cddf15 Color Hex

#CDDF15
(205,223,21)
0 Favorites   0 Comments

Color spaces of #cddf15

RGB 20522321
HSL0.180.830.48
HSV65°91°87°
CMYK 0.080.000.91   0.13
XYZ51.699965.808610.6869
Yxy65.80860.40330.5133
Hunter Lab81.1225-28.205248.9750
CIE-Lab84.8987-26.757681.7074

#cddf15 color RGB value is (205,223,21).

#cddf15 hex color red value is 205, green value is 223 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #cddf15 hue: 0.18 , saturation: 0.83 and the lightness value of cddf15 is 0.48.

The process color (four color CMYK) of #cddf15 color hex is 0.08, 0.00, 0.91, 0.13. Web safe color of #cddf15 is #cccc00. Color #cddf15 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011111 00010101
Octal 315 337 25
Decimal 205 223 21
Hex CD DF 15

RGB Percentages of Color #cddf15

%45.66
%49.67
%4.68

CMYK Percentages of Color #cddf15

%8
%0
%91
%13

Triadic Colors of #cddf15

#cddf15 #15cddf #df15cd

Analogous Colors of #cddf15

#cddf15 #68df15 #df8c15

Monochromatic Colors of #cddf15

#cddf15

Complementary Color

#cddf15 #2715df

#cddf15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cddf15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cddf15 Color CSS Codes

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

#cddf15 Text Font Color

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

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


#cddf15 Background Color

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

This div background color is #cddf15


#cddf15 Border Color

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

This div border color is #cddf15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cddf15


Comments

No comments written yet.

Please login to write comment.