Color Hex Logo

#cbd158 Color Hex

#CBD158
(203,209,88)
0 Favorites   0 Comments

Color spaces of #cbd158

RGB 20320988
HSL0.170.570.58
HSV63°58°82°
CMYK 0.030.000.58   0.18
XYZ49.190559.002018.0284
Yxy59.00200.38970.4675
Hunter Lab76.8128-20.111839.8532
CIE-Lab81.2927-17.927957.9224

#cbd158 color RGB value is (203,209,88).

#cbd158 hex color red value is 203, green value is 209 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #cbd158 hue: 0.17 , saturation: 0.57 and the lightness value of cbd158 is 0.58.

The process color (four color CMYK) of #cbd158 color hex is 0.03, 0.00, 0.58, 0.18. Web safe color of #cbd158 is #cccc66. Color #cbd158 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010001 01011000
Octal 313 321 130
Decimal 203 209 88
Hex CB D1 58

RGB Percentages of Color #cbd158

%40.60
%41.80
%17.60

CMYK Percentages of Color #cbd158

%3
%0
%58
%18

Triadic Colors of #cbd158

#cbd158 #58cbd1 #d158cb

Analogous Colors of #cbd158

#cbd158 #8fd158 #d19b58

Monochromatic Colors of #cbd158

#cbd158

Complementary Color

#cbd158 #5e58d1

#cbd158 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd158 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd158 Color CSS Codes

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

#cbd158 Text Font Color

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

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


#cbd158 Background Color

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

This div background color is #cbd158


#cbd158 Border Color

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

This div border color is #cbd158


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,209,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 #cbd158">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd158


Comments

No comments written yet.

Please login to write comment.