Color Hex Logo

#cdeb1f Color Hex

#CDEB1F
(205,235,31)
0 Favorites   0 Comments

Color spaces of #cdeb1f

RGB 20523531
HSL0.190.840.52
HSV69°87°92°
CMYK 0.130.000.87   0.08
XYZ55.132572.494712.3834
Yxy72.49470.39380.5178
Hunter Lab85.1438-33.419050.9775
CIE-Lab88.2062-32.173782.7659

#cdeb1f color RGB value is (205,235,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11101011 00011111
Octal 315 353 37
Decimal 205 235 31
Hex CD EB 1F

RGB Percentages of Color #cdeb1f

%43.52
%49.89
%6.58

CMYK Percentages of Color #cdeb1f

%13
%0
%87
%8

Triadic Colors of #cdeb1f

#cdeb1f #1fcdeb #eb1fcd

Analogous Colors of #cdeb1f

#cdeb1f #67eb1f #eba31f

Monochromatic Colors of #cdeb1f

#cdeb1f

Complementary Color

#cdeb1f #3d1feb

#cdeb1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdeb1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdeb1f Color CSS Codes

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

#cdeb1f Text Font Color

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

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


#cdeb1f Background Color

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

This div background color is #cdeb1f


#cdeb1f Border Color

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

This div border color is #cdeb1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdeb1f


Comments

No comments written yet.

Please login to write comment.