Color Hex Logo

#cbe171 Color Hex

#CBE171
(203,225,113)
0 Favorites   0 Comments

Color spaces of #cbe171

RGB 203225113
HSL0.200.650.66
HSV72°50°88°
CMYK 0.100.000.50   0.12
XYZ54.534567.739225.8235
Yxy67.73920.36820.4574
Hunter Lab82.3038-25.757639.0100
CIE-Lab85.8759-23.642551.8497

#cbe171 color RGB value is (203,225,113).

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

The process color (four color CMYK) of #cbe171 color hex is 0.10, 0.00, 0.50, 0.12. Web safe color of #cbe171 is #cccc66. Color #cbe171 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100001 01110001
Octal 313 341 161
Decimal 203 225 113
Hex CB E1 71

RGB Percentages of Color #cbe171

%37.52
%41.59
%20.89

CMYK Percentages of Color #cbe171

%10
%0
%50
%12

Triadic Colors of #cbe171

#cbe171 #71cbe1 #e171cb

Analogous Colors of #cbe171

#cbe171 #93e171 #e1bf71

Monochromatic Colors of #cbe171

#cbe171

Complementary Color

#cbe171 #8771e1

#cbe171 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe171 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe171 Color CSS Codes

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

#cbe171 Text Font Color

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

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


#cbe171 Background Color

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

This div background color is #cbe171


#cbe171 Border Color

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

This div border color is #cbe171


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe171


Comments

No comments written yet.

Please login to write comment.