Color Hex Logo

#cbe565 Color Hex

#CBE565
(203,229,101)
0 Favorites   0 Comments

Color spaces of #cbe565

RGB 203229101
HSL0.200.710.65
HSV72°56°90°
CMYK 0.110.000.56   0.10
XYZ54.996969.674722.8618
Yxy69.67470.37280.4723
Hunter Lab83.4714-28.466442.1911
CIE-Lab86.8371-26.614658.4331

#cbe565 color RGB value is (203,229,101).

#cbe565 hex color red value is 203, green value is 229 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #cbe565 hue: 0.20 , saturation: 0.71 and the lightness value of cbe565 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100101 01100101
Octal 313 345 145
Decimal 203 229 101
Hex CB E5 65

RGB Percentages of Color #cbe565

%38.09
%42.96
%18.95

CMYK Percentages of Color #cbe565

%11
%0
%56
%10

Triadic Colors of #cbe565

#cbe565 #65cbe5 #e565cb

Analogous Colors of #cbe565

#cbe565 #8be565 #e5bf65

Monochromatic Colors of #cbe565

#cbe565

Complementary Color

#cbe565 #7f65e5

#cbe565 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe565 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe565 Color CSS Codes

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

#cbe565 Text Font Color

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

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


#cbe565 Background Color

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

This div background color is #cbe565


#cbe565 Border Color

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

This div border color is #cbe565


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe565


Comments

No comments written yet.

Please login to write comment.