Color Hex Logo

#cdeb07 Color Hex

#CDEB07
(205,235,7)
0 Favorites   0 Comments

Color spaces of #cdeb07

RGB 2052357
HSL0.190.940.47
HSV68°97°92°
CMYK 0.130.000.97   0.08
XYZ54.923572.411111.2830
Yxy72.41110.39620.5224
Hunter Lab85.0947-33.704851.7048
CIE-Lab88.1661-32.528685.6565

#cdeb07 color RGB value is (205,235,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11101011 00000111
Octal 315 353 7
Decimal 205 235 7
Hex CD EB 7

RGB Percentages of Color #cdeb07

%45.86
%52.57
%1.57

CMYK Percentages of Color #cdeb07

%13
%0
%97
%8

Triadic Colors of #cdeb07

#cdeb07 #07cdeb #eb07cd

Analogous Colors of #cdeb07

#cdeb07 #5beb07 #eb9707

Monochromatic Colors of #cdeb07

#cdeb07

Complementary Color

#cdeb07 #2507eb

#cdeb07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdeb07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdeb07 Color CSS Codes

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

#cdeb07 Text Font Color

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

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


#cdeb07 Background Color

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

This div background color is #cdeb07


#cdeb07 Border Color

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

This div border color is #cdeb07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdeb07


Comments

No comments written yet.

Please login to write comment.