Color Hex Logo

#cbe57d Color Hex

#CBE57D
(203,229,125)
0 Favorites   0 Comments

Color spaces of #cbe57d

RGB 203229125
HSL0.210.670.69
HSV75°45°90°
CMYK 0.110.000.45   0.10
XYZ56.349670.215829.9851
Yxy70.21580.35990.4485
Hunter Lab83.7949-26.605037.4401
CIE-Lab87.1026-24.370847.6428

#cbe57d color RGB value is (203,229,125).

#cbe57d hex color red value is 203, green value is 229 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #cbe57d hue: 0.21 , saturation: 0.67 and the lightness value of cbe57d is 0.69.

The process color (four color CMYK) of #cbe57d color hex is 0.11, 0.00, 0.45, 0.10. Web safe color of #cbe57d is #cccc66. Color #cbe57d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100101 01111101
Octal 313 345 175
Decimal 203 229 125
Hex CB E5 7D

RGB Percentages of Color #cbe57d

%36.45
%41.11
%22.44

CMYK Percentages of Color #cbe57d

%11
%0
%45
%10

Triadic Colors of #cbe57d

#cbe57d #7dcbe5 #e57dcb

Analogous Colors of #cbe57d

#cbe57d #97e57d #e5cb7d

Monochromatic Colors of #cbe57d

#cbe57d

Complementary Color

#cbe57d #977de5

#cbe57d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe57d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe57d Color CSS Codes

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

#cbe57d Text Font Color

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

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


#cbe57d Background Color

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

This div background color is #cbe57d


#cbe57d Border Color

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

This div border color is #cbe57d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe57d


Comments

No comments written yet.

Please login to write comment.