Color Hex Logo

#cdeb04 Color Hex

#CDEB04
(205,235,4)
0 Favorites   0 Comments

Color spaces of #cdeb04

RGB 2052354
HSL0.190.970.47
HSV68°98°92°
CMYK 0.130.000.98   0.08
XYZ54.907172.404611.1964
Yxy72.40460.39640.5227
Hunter Lab85.0909-33.727351.7621
CIE-Lab88.1630-32.556685.8921

#cdeb04 color RGB value is (205,235,4).

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

The process color (four color CMYK) of #cdeb04 color hex is 0.13, 0.00, 0.98, 0.08. Web safe color of #cdeb04 is #ccff00. Color #cdeb04 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11101011 00000100
Octal 315 353 4
Decimal 205 235 4
Hex CD EB 4

RGB Percentages of Color #cdeb04

%46.17
%52.93
%0.90

CMYK Percentages of Color #cdeb04

%13
%0
%98
%8

Triadic Colors of #cdeb04

#cdeb04 #04cdeb #eb04cd

Analogous Colors of #cdeb04

#cdeb04 #5aeb04 #eb9604

Monochromatic Colors of #cdeb04

#cdeb04

Complementary Color

#cdeb04 #2204eb

#cdeb04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdeb04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdeb04 Color CSS Codes

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

#cdeb04 Text Font Color

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

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


#cdeb04 Background Color

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

This div background color is #cdeb04


#cdeb04 Border Color

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

This div border color is #cdeb04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdeb04


Comments

No comments written yet.

Please login to write comment.