Color Hex Logo

#cdeb55 Color Hex

#CDEB55
(205,235,85)
0 Favorites   0 Comments

Color spaces of #cdeb55

RGB 20523585
HSL0.200.790.63
HSV72°64°92°
CMYK 0.130.000.64   0.08
XYZ56.524973.051719.7155
Yxy73.05170.37860.4893
Hunter Lab85.4703-31.523946.1527
CIE-Lab88.4724-29.839966.9770

#cdeb55 color RGB value is (205,235,85).

#cdeb55 hex color red value is 205, green value is 235 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #cdeb55 hue: 0.20 , saturation: 0.79 and the lightness value of cdeb55 is 0.63.

The process color (four color CMYK) of #cdeb55 color hex is 0.13, 0.00, 0.64, 0.08. Web safe color of #cdeb55 is #ccff66. Color #cdeb55 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11101011 01010101
Octal 315 353 125
Decimal 205 235 85
Hex CD EB 55

RGB Percentages of Color #cdeb55

%39.05
%44.76
%16.19

CMYK Percentages of Color #cdeb55

%13
%0
%64
%8

Triadic Colors of #cdeb55

#cdeb55 #55cdeb #eb55cd

Analogous Colors of #cdeb55

#cdeb55 #82eb55 #ebbe55

Monochromatic Colors of #cdeb55

#cdeb55

Complementary Color

#cdeb55 #7355eb

#cdeb55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdeb55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdeb55 Color CSS Codes

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

#cdeb55 Text Font Color

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

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


#cdeb55 Background Color

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

This div background color is #cdeb55


#cdeb55 Border Color

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

This div border color is #cdeb55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdeb55


Comments

No comments written yet.

Please login to write comment.