Color Hex Logo

#cbd674 Color Hex

#CBD674
(203,214,116)
0 Favorites   0 Comments

Color spaces of #cbd674

RGB 203214116
HSL0.190.540.65
HSV67°46°84°
CMYK 0.050.000.46   0.16
XYZ51.827662.050625.7684
Yxy62.05060.37110.4443
Hunter Lab78.7722-20.408635.7453
CIE-Lab82.9403-17.980546.8765

#cbd674 color RGB value is (203,214,116).

#cbd674 hex color red value is 203, green value is 214 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #cbd674 hue: 0.19 , saturation: 0.54 and the lightness value of cbd674 is 0.65.

The process color (four color CMYK) of #cbd674 color hex is 0.05, 0.00, 0.46, 0.16. Web safe color of #cbd674 is #cccc66. Color #cbd674 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010110 01110100
Octal 313 326 164
Decimal 203 214 116
Hex CB D6 74

RGB Percentages of Color #cbd674

%38.09
%40.15
%21.76

CMYK Percentages of Color #cbd674

%5
%0
%46
%16

Triadic Colors of #cbd674

#cbd674 #74cbd6 #d674cb

Analogous Colors of #cbd674

#cbd674 #9ad674 #d6b074

Monochromatic Colors of #cbd674

#cbd674

Complementary Color

#cbd674 #7f74d6

#cbd674 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd674 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd674 Color CSS Codes

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

#cbd674 Text Font Color

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

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


#cbd674 Background Color

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

This div background color is #cbd674


#cbd674 Border Color

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

This div border color is #cbd674


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd674


Comments

No comments written yet.

Please login to write comment.