Color Hex Logo

#cbe771 Color Hex

#CBE771
(203,231,113)
0 Favorites   0 Comments

Color spaces of #cbe771

RGB 203231113
HSL0.210.710.67
HSV74°51°91°
CMYK 0.120.000.51   0.09
XYZ56.185271.040626.3737
Yxy71.04060.36580.4625
Hunter Lab84.2856-28.510840.4475
CIE-Lab87.5047-26.513053.7850

#cbe771 color RGB value is (203,231,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100111 01110001
Octal 313 347 161
Decimal 203 231 113
Hex CB E7 71

RGB Percentages of Color #cbe771

%37.11
%42.23
%20.66

CMYK Percentages of Color #cbe771

%12
%0
%51
%9

Triadic Colors of #cbe771

#cbe771 #71cbe7 #e771cb

Analogous Colors of #cbe771

#cbe771 #90e771 #e7c871

Monochromatic Colors of #cbe771

#cbe771

Complementary Color

#cbe771 #8d71e7

#cbe771 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe771 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe771 Color CSS Codes

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

#cbe771 Text Font Color

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

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


#cbe771 Background Color

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

This div background color is #cbe771


#cbe771 Border Color

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

This div border color is #cbe771


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe771

#cbe771 Color Palettes


Comments

No comments written yet.

Please login to write comment.