Color Hex Logo

#cbdb58 Color Hex

#CBDB58
(203,219,88)
0 Favorites   0 Comments

Color spaces of #cbdb58

RGB 20321988
HSL0.190.650.60
HSV67°60°86°
CMYK 0.070.000.60   0.14
XYZ51.721664.064118.8721
Yxy64.06410.38410.4758
Hunter Lab80.0401-24.724042.0485
CIE-Lab83.9991-22.823160.9016

#cbdb58 color RGB value is (203,219,88).

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

The process color (four color CMYK) of #cbdb58 color hex is 0.07, 0.00, 0.60, 0.14. Web safe color of #cbdb58 is #cccc66. Color #cbdb58 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011011 01011000
Octal 313 333 130
Decimal 203 219 88
Hex CB DB 58

RGB Percentages of Color #cbdb58

%39.80
%42.94
%17.25

CMYK Percentages of Color #cbdb58

%7
%0
%60
%14

Triadic Colors of #cbdb58

#cbdb58 #58cbdb #db58cb

Analogous Colors of #cbdb58

#cbdb58 #8adb58 #dbaa58

Monochromatic Colors of #cbdb58

#cbdb58

Complementary Color

#cbdb58 #6858db

#cbdb58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbdb58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbdb58 Color CSS Codes

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

#cbdb58 Text Font Color

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

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


#cbdb58 Background Color

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

This div background color is #cbdb58


#cbdb58 Border Color

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

This div border color is #cbdb58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbdb58


Comments

No comments written yet.

Please login to write comment.