Color Hex Logo

#cbd83d Color Hex

#CBD83D
(203,216,61)
0 Favorites   0 Comments

Color spaces of #cbd83d

RGB 20321661
HSL0.180.670.54
HSV65°72°85°
CMYK 0.060.000.72   0.15
XYZ50.026862.145213.7734
Yxy62.14520.39720.4934
Hunter Lab78.8322-24.680644.8235
CIE-Lab82.9906-22.984170.2757

#cbd83d color RGB value is (203,216,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011000 00111101
Octal 313 330 75
Decimal 203 216 61
Hex CB D8 3D

RGB Percentages of Color #cbd83d

%42.29
%45.00
%12.71

CMYK Percentages of Color #cbd83d

%6
%0
%72
%15

Triadic Colors of #cbd83d

#cbd83d #3dcbd8 #d83dcb

Analogous Colors of #cbd83d

#cbd83d #7ed83d #d8983d

Monochromatic Colors of #cbd83d

#cbd83d

Complementary Color

#cbd83d #4a3dd8

#cbd83d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd83d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd83d Color CSS Codes

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

#cbd83d Text Font Color

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

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


#cbd83d Background Color

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

This div background color is #cbd83d


#cbd83d Border Color

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

This div border color is #cbd83d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd83d


Comments

No comments written yet.

Please login to write comment.