Color Hex Logo

#cbe053 Color Hex

#CBE053
(203,224,83)
0 Favorites   0 Comments

Color spaces of #cbe053

RGB 20322483
HSL0.190.690.60
HSV69°63°88°
CMYK 0.090.000.63   0.12
XYZ52.845666.632418.2597
Yxy66.63240.38370.4838
Hunter Lab81.6287-27.291043.8774
CIE-Lab85.3180-25.571864.3949

#cbe053 color RGB value is (203,224,83).

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

The process color (four color CMYK) of #cbe053 color hex is 0.09, 0.00, 0.63, 0.12. Web safe color of #cbe053 is #cccc66. Color #cbe053 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100000 01010011
Octal 313 340 123
Decimal 203 224 83
Hex CB E0 53

RGB Percentages of Color #cbe053

%39.80
%43.92
%16.27

CMYK Percentages of Color #cbe053

%9
%0
%63
%12

Triadic Colors of #cbe053

#cbe053 #53cbe0 #e053cb

Analogous Colors of #cbe053

#cbe053 #85e053 #e0af53

Monochromatic Colors of #cbe053

#cbe053

Complementary Color

#cbe053 #6853e0

#cbe053 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe053 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe053 Color CSS Codes

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

#cbe053 Text Font Color

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

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


#cbe053 Background Color

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

This div background color is #cbe053


#cbe053 Border Color

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

This div border color is #cbe053


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe053


Comments

No comments written yet.

Please login to write comment.