Color Hex Logo

#cbe754 Color Hex

#CBE754
(203,231,84)
0 Favorites   0 Comments

Color spaces of #cbe754

RGB 20323184
HSL0.200.750.62
HSV71°64°91°
CMYK 0.120.000.64   0.09
XYZ54.804770.488419.1046
Yxy70.48840.37950.4882
Hunter Lab83.9574-30.406345.2786
CIE-Lab87.2359-28.819466.0260

#cbe754 color RGB value is (203,231,84).

#cbe754 hex color red value is 203, green value is 231 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #cbe754 hue: 0.20 , saturation: 0.75 and the lightness value of cbe754 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100111 01010100
Octal 313 347 124
Decimal 203 231 84
Hex CB E7 54

RGB Percentages of Color #cbe754

%39.19
%44.59
%16.22

CMYK Percentages of Color #cbe754

%12
%0
%64
%9

Triadic Colors of #cbe754

#cbe754 #54cbe7 #e754cb

Analogous Colors of #cbe754

#cbe754 #82e754 #e7ba54

Monochromatic Colors of #cbe754

#cbe754

Complementary Color

#cbe754 #7054e7

#cbe754 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe754 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe754 Color CSS Codes

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

#cbe754 Text Font Color

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

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


#cbe754 Background Color

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

This div background color is #cbe754


#cbe754 Border Color

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

This div border color is #cbe754


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe754


Comments

No comments written yet.

Please login to write comment.