Color Hex Logo

#cbe774 Color Hex

#CBE774
(203,231,116)
0 Favorites   0 Comments

Color spaces of #cbe774

RGB 203231116
HSL0.210.710.68
HSV75°50°91°
CMYK 0.120.000.50   0.09
XYZ56.356971.109327.2781
Yxy71.10930.36420.4595
Hunter Lab84.3263-28.276139.8491
CIE-Lab87.5381-26.229852.4334

#cbe774 color RGB value is (203,231,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100111 01110100
Octal 313 347 164
Decimal 203 231 116
Hex CB E7 74

RGB Percentages of Color #cbe774

%36.91
%42.00
%21.09

CMYK Percentages of Color #cbe774

%12
%0
%50
%9

Triadic Colors of #cbe774

#cbe774 #74cbe7 #e774cb

Analogous Colors of #cbe774

#cbe774 #92e774 #e7ca74

Monochromatic Colors of #cbe774

#cbe774

Complementary Color

#cbe774 #9074e7

#cbe774 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe774 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe774 Color CSS Codes

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

#cbe774 Text Font Color

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

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


#cbe774 Background Color

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

This div background color is #cbe774


#cbe774 Border Color

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

This div border color is #cbe774


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe774


Comments

No comments written yet.

Please login to write comment.