Color Hex Logo

#cbe95d Color Hex

#CBE95D
(203,233,93)
0 Favorites   0 Comments

Color spaces of #cbe95d

RGB 20323393
HSL0.200.760.64
HSV73°60°91°
CMYK 0.130.000.60   0.09
XYZ55.743371.764721.2699
Yxy71.76470.37470.4824
Hunter Lab84.7140-30.793544.4134
CIE-Lab87.8552-29.126763.0143

#cbe95d color RGB value is (203,233,93).

#cbe95d hex color red value is 203, green value is 233 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #cbe95d hue: 0.20 , saturation: 0.76 and the lightness value of cbe95d is 0.64.

The process color (four color CMYK) of #cbe95d color hex is 0.13, 0.00, 0.60, 0.09. Web safe color of #cbe95d is #ccff66. Color #cbe95d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101001 01011101
Octal 313 351 135
Decimal 203 233 93
Hex CB E9 5D

RGB Percentages of Color #cbe95d

%38.37
%44.05
%17.58

CMYK Percentages of Color #cbe95d

%13
%0
%60
%9

Triadic Colors of #cbe95d

#cbe95d #5dcbe9 #e95dcb

Analogous Colors of #cbe95d

#cbe95d #85e95d #e9c15d

Monochromatic Colors of #cbe95d

#cbe95d

Complementary Color

#cbe95d #7b5de9

#cbe95d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe95d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe95d Color CSS Codes

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

#cbe95d Text Font Color

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

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


#cbe95d Background Color

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

This div background color is #cbe95d


#cbe95d Border Color

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

This div border color is #cbe95d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe95d


Comments

No comments written yet.

Please login to write comment.