Color Hex Logo

#cbd74c Color Hex

#CBD74C
(203,215,76)
0 Favorites   0 Comments

Color spaces of #cbd74c

RGB 20321576
HSL0.180.630.57
HSV65°65°84°
CMYK 0.060.000.65   0.16
XYZ50.233561.819216.1222
Yxy61.81920.39190.4823
Hunter Lab78.6252-23.550742.8801
CIE-Lab82.8172-21.681564.5666

#cbd74c color RGB value is (203,215,76).

#cbd74c hex color red value is 203, green value is 215 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #cbd74c hue: 0.18 , saturation: 0.63 and the lightness value of cbd74c is 0.57.

The process color (four color CMYK) of #cbd74c color hex is 0.06, 0.00, 0.65, 0.16. Web safe color of #cbd74c is #cccc33. Color #cbd74c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010111 01001100
Octal 313 327 114
Decimal 203 215 76
Hex CB D7 4C

RGB Percentages of Color #cbd74c

%41.09
%43.52
%15.38

CMYK Percentages of Color #cbd74c

%6
%0
%65
%16

Triadic Colors of #cbd74c

#cbd74c #4ccbd7 #d74ccb

Analogous Colors of #cbd74c

#cbd74c #86d74c #d79e4c

Monochromatic Colors of #cbd74c

#cbd74c

Complementary Color

#cbd74c #584cd7

#cbd74c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd74c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd74c Color CSS Codes

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

#cbd74c Text Font Color

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

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


#cbd74c Background Color

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

This div background color is #cbd74c


#cbd74c Border Color

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

This div border color is #cbd74c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd74c


Comments

No comments written yet.

Please login to write comment.