Color Hex Logo

#cbd070 Color Hex

#CBD070
(203,208,112)
0 Favorites   0 Comments

Color spaces of #cbd070

RGB 203208112
HSL0.180.510.63
HSV63°46°82°
CMYK 0.020.000.46   0.18
XYZ50.109158.978124.0721
Yxy58.97810.37630.4429
Hunter Lab76.7972-17.926335.1736
CIE-Lab81.2796-15.387846.7895

#cbd070 color RGB value is (203,208,112).

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

The process color (four color CMYK) of #cbd070 color hex is 0.02, 0.00, 0.46, 0.18. Web safe color of #cbd070 is #cccc66. Color #cbd070 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010000 01110000
Octal 313 320 160
Decimal 203 208 112
Hex CB D0 70

RGB Percentages of Color #cbd070

%38.81
%39.77
%21.41

CMYK Percentages of Color #cbd070

%2
%0
%46
%18

Triadic Colors of #cbd070

#cbd070 #70cbd0 #d070cb

Analogous Colors of #cbd070

#cbd070 #9bd070 #d0a570

Monochromatic Colors of #cbd070

#cbd070

Complementary Color

#cbd070 #7570d0

#cbd070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd070 Color CSS Codes

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

#cbd070 Text Font Color

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

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


#cbd070 Background Color

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

This div background color is #cbd070


#cbd070 Border Color

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

This div border color is #cbd070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd070


Comments

No comments written yet.

Please login to write comment.