Color Hex Logo

#cdd263 Color Hex

#CDD263
(205,210,99)
0 Favorites   0 Comments

Color spaces of #cdd263

RGB 20521099
HSL0.170.550.61
HSV63°53°82°
CMYK 0.020.000.53   0.18
XYZ50.475659.973220.7200
Yxy59.97320.38480.4572
Hunter Lab77.4424-19.180938.3464
CIE-Lab81.8236-16.750553.6238

#cdd263 color RGB value is (205,210,99).

#cdd263 hex color red value is 205, green value is 210 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #cdd263 hue: 0.17 , saturation: 0.55 and the lightness value of cdd263 is 0.61.

The process color (four color CMYK) of #cdd263 color hex is 0.02, 0.00, 0.53, 0.18. Web safe color of #cdd263 is #cccc66. Color #cdd263 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010010 01100011
Octal 315 322 143
Decimal 205 210 99
Hex CD D2 63

RGB Percentages of Color #cdd263

%39.88
%40.86
%19.26

CMYK Percentages of Color #cdd263

%2
%0
%53
%18

Triadic Colors of #cdd263

#cdd263 #63cdd2 #d263cd

Analogous Colors of #cdd263

#cdd263 #96d263 #d2a063

Monochromatic Colors of #cdd263

#cdd263

Complementary Color

#cdd263 #6863d2

#cdd263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd263 Color CSS Codes

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

#cdd263 Text Font Color

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

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


#cdd263 Background Color

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

This div background color is #cdd263


#cdd263 Border Color

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

This div border color is #cdd263


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd263


Comments

No comments written yet.

Please login to write comment.