Color Hex Logo

#cbd74f Color Hex

#CBD74F
(203,215,79)
0 Favorites   0 Comments

Color spaces of #cbd74f

RGB 20321579
HSL0.180.630.58
HSV65°63°84°
CMYK 0.060.000.63   0.16
XYZ50.340361.861916.6845
Yxy61.86190.39060.4800
Hunter Lab78.6523-23.395242.4795
CIE-Lab82.8399-21.493263.3897

#cbd74f color RGB value is (203,215,79).

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

The process color (four color CMYK) of #cbd74f color hex is 0.06, 0.00, 0.63, 0.16. Web safe color of #cbd74f is #cccc66. Color #cbd74f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010111 01001111
Octal 313 327 117
Decimal 203 215 79
Hex CB D7 4F

RGB Percentages of Color #cbd74f

%40.85
%43.26
%15.90

CMYK Percentages of Color #cbd74f

%6
%0
%63
%16

Triadic Colors of #cbd74f

#cbd74f #4fcbd7 #d74fcb

Analogous Colors of #cbd74f

#cbd74f #87d74f #d79f4f

Monochromatic Colors of #cbd74f

#cbd74f

Complementary Color

#cbd74f #5b4fd7

#cbd74f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd74f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd74f Color CSS Codes

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

#cbd74f Text Font Color

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

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


#cbd74f Background Color

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

This div background color is #cbd74f


#cbd74f Border Color

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

This div border color is #cbd74f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd74f


Comments

No comments written yet.

Please login to write comment.