Color Hex Logo

#cbd958 Color Hex

#CBD958
(203,217,88)
0 Favorites   0 Comments

Color spaces of #cbd958

RGB 20321788
HSL0.180.630.60
HSV67°59°85°
CMYK 0.060.000.59   0.15
XYZ51.202963.026818.6992
Yxy63.02680.38520.4741
Hunter Lab79.3894-23.806441.6076
CIE-Lab83.4565-21.853260.3075

#cbd958 color RGB value is (203,217,88).

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

The process color (four color CMYK) of #cbd958 color hex is 0.06, 0.00, 0.59, 0.15. Web safe color of #cbd958 is #cccc66. Color #cbd958 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011001 01011000
Octal 313 331 130
Decimal 203 217 88
Hex CB D9 58

RGB Percentages of Color #cbd958

%39.96
%42.72
%17.32

CMYK Percentages of Color #cbd958

%6
%0
%59
%15

Triadic Colors of #cbd958

#cbd958 #58cbd9 #d958cb

Analogous Colors of #cbd958

#cbd958 #8bd958 #d9a758

Monochromatic Colors of #cbd958

#cbd958

Complementary Color

#cbd958 #6658d9

#cbd958 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd958 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd958 Color CSS Codes

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

#cbd958 Text Font Color

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

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


#cbd958 Background Color

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

This div background color is #cbd958


#cbd958 Border Color

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

This div border color is #cbd958


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd958


Comments

No comments written yet.

Please login to write comment.