Color Hex Logo

#cbe75d Color Hex

#CBE75D
(203,231,93)
0 Favorites   0 Comments

Color spaces of #cbe75d

RGB 20323193
HSL0.200.740.64
HSV72°60°91°
CMYK 0.120.000.60   0.09
XYZ55.180370.638721.0822
Yxy70.63870.37560.4809
Hunter Lab84.0468-29.889243.9606
CIE-Lab87.3092-28.186962.4152

#cbe75d color RGB value is (203,231,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100111 01011101
Octal 313 347 135
Decimal 203 231 93
Hex CB E7 5D

RGB Percentages of Color #cbe75d

%38.52
%43.83
%17.65

CMYK Percentages of Color #cbe75d

%12
%0
%60
%9

Triadic Colors of #cbe75d

#cbe75d #5dcbe7 #e75dcb

Analogous Colors of #cbe75d

#cbe75d #86e75d #e7be5d

Monochromatic Colors of #cbe75d

#cbe75d

Complementary Color

#cbe75d #795de7

#cbe75d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe75d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe75d Color CSS Codes

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

#cbe75d Text Font Color

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

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


#cbe75d Background Color

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

This div background color is #cbe75d


#cbe75d Border Color

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

This div border color is #cbe75d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe75d


Comments

No comments written yet.

Please login to write comment.