Color Hex Logo

#cdeb35 Color Hex

#CDEB35
(205,235,53)
0 Favorites   0 Comments

Color spaces of #cdeb35

RGB 20523553
HSL0.190.820.56
HSV70°77°92°
CMYK 0.130.000.77   0.08
XYZ55.527872.652814.4649
Yxy72.65280.38930.5093
Hunter Lab85.2366-32.879449.6039
CIE-Lab88.2819-31.505877.7458

#cdeb35 color RGB value is (205,235,53).

#cdeb35 hex color red value is 205, green value is 235 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #cdeb35 hue: 0.19 , saturation: 0.82 and the lightness value of cdeb35 is 0.56.

The process color (four color CMYK) of #cdeb35 color hex is 0.13, 0.00, 0.77, 0.08. Web safe color of #cdeb35 is #ccff33. Color #cdeb35 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11101011 00110101
Octal 315 353 65
Decimal 205 235 53
Hex CD EB 35

RGB Percentages of Color #cdeb35

%41.58
%47.67
%10.75

CMYK Percentages of Color #cdeb35

%13
%0
%77
%8

Triadic Colors of #cdeb35

#cdeb35 #35cdeb #eb35cd

Analogous Colors of #cdeb35

#cdeb35 #72eb35 #ebae35

Monochromatic Colors of #cdeb35

#cdeb35

Complementary Color

#cdeb35 #5335eb

#cdeb35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdeb35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdeb35 Color CSS Codes

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

#cdeb35 Text Font Color

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

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


#cdeb35 Background Color

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

This div background color is #cdeb35


#cdeb35 Border Color

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

This div border color is #cdeb35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdeb35


Comments

No comments written yet.

Please login to write comment.