Color Hex Logo

#cbd83e Color Hex

#CBD83E
(203,216,62)
0 Favorites   0 Comments

Color spaces of #cbd83e

RGB 20321662
HSL0.180.660.55
HSV65°71°85°
CMYK 0.060.000.71   0.15
XYZ50.054062.156013.9166
Yxy62.15600.39690.4928
Hunter Lab78.8391-24.640844.7215
CIE-Lab82.9963-22.935769.9389

#cbd83e color RGB value is (203,216,62).

#cbd83e hex color red value is 203, green value is 216 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #cbd83e hue: 0.18 , saturation: 0.66 and the lightness value of cbd83e is 0.55.

The process color (four color CMYK) of #cbd83e color hex is 0.06, 0.00, 0.71, 0.15. Web safe color of #cbd83e is #cccc33. Color #cbd83e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011000 00111110
Octal 313 330 76
Decimal 203 216 62
Hex CB D8 3E

RGB Percentages of Color #cbd83e

%42.20
%44.91
%12.89

CMYK Percentages of Color #cbd83e

%6
%0
%71
%15

Triadic Colors of #cbd83e

#cbd83e #3ecbd8 #d83ecb

Analogous Colors of #cbd83e

#cbd83e #7ed83e #d8983e

Monochromatic Colors of #cbd83e

#cbd83e

Complementary Color

#cbd83e #4b3ed8

#cbd83e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd83e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd83e Color CSS Codes

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

#cbd83e Text Font Color

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

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


#cbd83e Background Color

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

This div background color is #cbd83e


#cbd83e Border Color

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

This div border color is #cbd83e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,216,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cbd83e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cbd83e;
  -webkit-box-shadow: 1px 1px 3px 2px #cbd83e;
  box-shadow:         1px 1px 3px 2px #cbd83e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd83e


Comments

No comments written yet.

Please login to write comment.